xen/arm: tlbflush: Clarify the TLB helpers name
authorJulien Grall <julien.grall@arm.com>
Tue, 14 May 2019 12:11:28 +0000 (13:11 +0100)
committerJulien Grall <julien.grall@arm.com>
Tue, 21 May 2019 10:59:29 +0000 (11:59 +0100)
commita4d85a9287475738f400e4cd87750a37298c3948
treefff4a6ddc94b089bb70feed604f1a75ee483636d
parent7ad0e780857728724e59859dcc422404d4ed0c46
xen/arm: tlbflush: Clarify the TLB helpers name

TLB helpers in the headers tlbflush.h are currently quite confusing to
use the name may lead to think they are dealing with hypervisors TLBs
while they actually deal with guest TLBs.

Rename them to make it clearer that we are dealing with guest TLBs.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/p2m.c
xen/arch/arm/smp.c
xen/arch/arm/traps.c
xen/include/asm-arm/arm32/flushtlb.h
xen/include/asm-arm/arm64/flushtlb.h